Add next steps guidance to learning pathway - #13697
Conversation
|
Staged preview of the updated docs.flutter.dev site (updated for commit d2639d3): https://flutter-docs-prod--docs-pr13697-issue-13530-oe8yzcm8.web.app |
|
Staged preview of the updated flutter.dev site (updated for commit d2639d3): https://flutter-dev-230821--www-pr13697-issue-13530-zpe5vt6h.web.app |
9fb8ab9 to
7ef85ad
Compare
sfshaza2
left a comment
There was a problem hiding this comment.
I know this is a draft, but lgtm
There was a problem hiding this comment.
Code Review
This pull request adds a "Ready to start?" section with a quick install link to the pathway index documentation, and introduces a "Tutorial introduction" chapter to the tutorial configuration. Feedback was provided to apply semantic line breaks to the newly added documentation text to improve diff readability.
|
|
||
| ## Ready to start? | ||
|
|
||
| Get started by installing Flutter and setting up your development environment: |
There was a problem hiding this comment.
To adhere to the semantic line breaks guidelines, consider splitting this sentence at a logical boundary (such as the conjunction 'and'). This keeps lines shorter and makes future diffs cleaner.
| Get started by installing Flutter and setting up your development environment: | |
| Get started by installing Flutter | |
| and setting up your development environment: |
References
- Use semantic line breaks: split long sentences at logical boundaries, such as conjunctions, to keep lines short and clean in diffs. (link)
## Description Fixes #13530 - Adds a "Ready to start" CTA on the learning pathway landing page linking to Step 1. - Adds `/learn/pathway/tutorial` to `tutorial.yml` so next/previous step navigation flows sequentially through the tutorial introduction. ## Presubmit checklist - [ ] If you are unwilling, or unable, to sign the CLA, even for a _tiny_, one-word PR, please file an issue instead of a PR. - [ ] If this PR is not meant to land until a future stable release, mark it as draft with an explanation. - [ ] This PR follows the [Google Developer Documentation Style Guidelines](https://developers.google.com/style)—for example, it doesn't use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first-person pronouns). - [ ] This PR uses [semantic line breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks) of 80 characters or fewer.
Description
Fixes #13530
/learn/pathway/tutorialtotutorial.ymlso next/previous step navigation flows sequentially through the tutorial introduction.Presubmit checklist